home *** CD-ROM | disk | FTP | other *** search
/ The Sunday Times: The Month 2004 August / The Sunday Times - The Month 2004-08.iso / pc / engine / swf / dialogs.swf / scripts / DefineSprite_29 / frame_2 / DoAction.as
Encoding:
Text File  |  2004-03-31  |  227 b   |  11 lines

  1. stop();
  2. _parent.lingo("Flsh_webConfirmed()");
  3. confirmTimeout = function()
  4. {
  5.    clearInterval(nmWaitID);
  6.    play();
  7.    delete confirmTimeout;
  8. };
  9. nmWaitID = setInterval(this,"confirmTimeout",2000);
  10. _parent.webPageGo();
  11.